Learn R Programming

timsr (version 0.0.3)

[,TimsR,ANY,ANY-method: Get some frames of data.

Description

Get some frames of data.

Usage

# S4 method for TimsR,ANY,ANY
[(x, i)

Arguments

x

OpenTIMS data instance.

i

An array of nonzero indices to extract.

Value

data.table

Examples

Run this code
# NOT RUN {
D = TimsR('path/to/your/folder.d')
print(head(D[10]))
print(head(D[10:100]))
# }

Run the code above in your browser using DataLab